home *** CD-ROM | disk | FTP | other *** search
- Path: news.voicenet.com!news
- From: babump@voicenet.com (Michael)
- Newsgroups: comp.lang.c
- Subject: MSVC based TSRs
- Date: Mon, 12 Feb 1996 02:32:49 GMT
- Organization: Voicenet - Internet Access - (215)674-9290
- Message-ID: <4fm8ll$f6a@news.voicenet.com>
- NNTP-Posting-Host: ivyland26.voicenet.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- I understand the basics of a TSR, and now I'm trying one in MSVC++. I
- can't use a COM file, becuase __interrupts must be __far. Which makes
- it harder to do. How you you make a EXE using multiple segments a
- TSR? How many paragraphs do you keep(_dos_keep)? Won't that just
- keep the first segment? Then all the other segments are unasigned and
- can be over written. So, how is this accommplished?
-
- Thanks.
-
- -Michael
-
-